var x = "Browser Name: " + navigator.appName; The result of x will be: Try it Yourself » More "Try it Yourself" examples below. Definition and Usage The appName property returns the name of the browser. Note: This property is read-only